FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python/teaching python/simple functions at python · Yosef91/python · GitHub

/ python Public

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)


Back | FazBrowse Home | New Git URL