Im doing a new task from my teacher but i can't seem to find what is wrong with
this code. Can anyone help?
#mynumber.py
# this game uses a home made function
import random
#think of a number
computer_number = number.randint(1,100)
#create the function is_same()
def is_same(target, number:
Im doing a new task from my teacher but i can't seem to find what is wrong with
this code. Can anyone help?
#mynumber.py
# this game uses a home made function
import random
#think of a number
computer_number = number.randint(1,100)
#create the function is_same()
def is_same(target, number: