0
result is not coming
game.py why the output of the file is not coming https://code.sololearn.com/cKkjyUK4GjDM/?ref=app
1 Réponse
+ 4
Please look up how print() is used.
It is
print(add_10(20))
not
print =(add_10(20))
game.py why the output of the file is not coming https://code.sololearn.com/cKkjyUK4GjDM/?ref=app