| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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 |