Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Welcome to simple functions!!

you should be finished with the simple stuff like print and input by now.

remember def? well, these are functions too!

these functions can be used in print and input too. for example:

print(round(-15)

also, these functions can be used with variables, for excample:

x = 6.45 int(x)