Skip to content

Jisha-Maniamma/testPythonBasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testPythonBasics

Basic Python coding

using...

.count('c')
len( LIST )
sum( LIST )
print(f" {}")
str()
int()
float()
random.randint(min, max)
random.random() #0 and 1
round()
round( ,2)
split()
split(",")
max( LIST )
min( LIST)
range(min,max+1,steps) #from min to max

------------
for x in Xs:
.......

------------
if ***:
.....
elif ***:
....
else:
....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages