Son aktivite 5 hours ago

Revizyon a6b2635c05f8f26b5b0f0f4df5879f997459dbd1

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