Zuletzt aktiv 5 hours ago

Änderung a6b2635c05f8f26b5b0f0f4df5879f997459dbd1

test.py Originalformat
1test = "yes"
2
3if test == "yes":
4 print("This is a test.")
5else:
6 print("This is no test.")