sleepworking
Artificial Intelligence and Machine Learning student
- Toronto, Ontario
- https://hub.docker.com/u/madserrano
Pinned Loading
-
Using For loop in Python
Using For loop in Python 1######################################################2# For Loop in Python34print("=============Print number loop==============")
5for number in range(3):
-
Swapping variable values in Python
Swapping variable values in Python 1##################################2# Swap 2 integer values34#initial values5var_first = 5
-
Getting harmonic mean
Getting harmonic mean 1######################################################2# Getting harmonic mean in Python34def get_harmonic_mean(tp, fp, fn):
5precision = get_precision(tp, fp)
-
Using variables in Python
Using variables in Python 1##############################################2# Variables3##############################################45# Boolean -
Using List and Tuple in Python
Using List and Tuple in Python 1#####################################################2#List - collection of elements in one list variable3######################################################45my_list = ["Python", "Perl", "Bash", "PowerShell", "Ksh", "Bash", "Python", "Perl", "Python"]
-
Using Functions in Python
Using Functions in Python 1#############################################################2# Functions in Python34print("======Simple Function=======")
5grade = "A+" # global var
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.