Skip to content

Instantly share code, notes, and snippets.

View AdilAzhari's full-sized avatar

Adil omer AdilAzhari

  • kuala lumpur
  • 20:43 (UTC +08:00)
View GitHub Profile
print("Read The Instruction ")
print("Two players start from 0 and alternatively add a number from 1 to 10 to the sum ")
print("The player who reaches 100 wins.")
print("To Play Against Human Enter 1 ")
print("To Play Against Computer Enter 2 ")
y=int(input("Enter number"))
#To play against human
import random
sum=0
if y==1: