update
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
compnum = 50
|
||||
import numpy as np
|
||||
|
||||
compnum = np.random.randint(1, 100)
|
||||
|
||||
count = 0
|
||||
number = int(input('Enter number to guess : '))
|
||||
while number != compnum:
|
||||
|
Reference in New Issue
Block a user