A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 9 Ω


Python Programme Input Kommazahl


a = float(input())


Basiswissen


Hier steht ein kurzes Beispiel, wie man eine Zahleneingabe in einem Python-Programm schreiben kann.

Beispiel


print "Deine Zahl ist: ",a

- Erklärung