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:
>>> import math >>> math.sqrt(100) 10.0
sin, cos, tan
| |
Im Terminal von Linux oder Mac:
os.system("clear")
In DOS-Box (cmd)):
os.system("cls")
sqrt:
>>> import math >>> math.sqrt(100) 10.0
sin, cos, tan
| |