playAgain = "yes"
while True:
print("Would you like to play again? (yes or no)")
if input() not in ('yes', 'y'):
else:
print("You should choose YES or NO")
break
initGame()
تضاف التعليقات بعد رمز #
# comment 1
# comment 2
# comment 3
'''
تعليق متعدد الأسطر
هذا في الأصل عبارة عن سلسلة نصية
'''
like this ....
التعليقات