Python: Module

Aus Flinkwiki
Wechseln zu: Navigation, Suche
Seitenübersicht
Zur Seite "Python"
Zur Seite "Python: Tkinter"
Zur Seite "Python: pygame"


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




| |