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