Python: Module
Inhaltsverzeichnis
Allgemeines
os
Seite aufräumen
In Linux-Terminal oder auf MAC:
os.system("clear")
In DOS-Box (cmd)):
os.system("cls")
math
sqrt
sin, cos, tan
| |
In Linux-Terminal oder auf MAC:
os.system("clear")
In DOS-Box (cmd)):
os.system("cls")
sqrt
sin, cos, tan
| |