modified: 2.Erste Programme/7. Operationen/operationen.py new file: 2.Erste Programme/7. Operationen/test_operationen.py new file: 2.Erste Programme/8. Wertzuweisungen/wertzuweisungen.py new file: 2.Erste Programme/9. Tausch zweier Werte/tauschzweierwerte.py
3 lines
38 B
Python
3 lines
38 B
Python
print(3+5*10)
|
|
print(31%4)
|
|
print(51//7) |