Python: Module: Unterschied zwischen den Versionen

Aus Flinkwiki
Wechseln zu: Navigation, Suche
(math)
Zeile 25: Zeile 25:
 
== math ==
 
== math ==
  
 +
sqrt
  
 +
sin, cos, tan
  
  

Version vom 1. Juni 2019, 16:36 Uhr

Seitenübersicht
Zur Seite "Python"
Zur Seite "Python: Tkinter"
Zur Seite "Python: pygame"


Allgemeines


os

Seite aufräumen

In Linux-Terminal:

os.system("clear")

In DOS-Box (cmd)):

os.system("cls")

math

sqrt

sin, cos, tan




| |