File "", line 1, in ValueError: source code string cannot contain null bytes Remainder of file ignored
def guess(x):
random_number = random.randint(1, x)
guess= 0
while guess = input (f'Guess a number beween 1 and %x')
guess(10)```
I am running this code in PyCHarm community edition !!
Please Help !
I am not to find this solution eventhough I tried multiple Sources
! !
whilehead, you are not allowed to use=inwhileheadSyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='?the python error tells you exactly what's wrong ...