1 year ago
#72062
GalaxyKing94
i get this error: TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
What is this error I'm getting? I've been practicing with Thonny
for quite a while now and fixed many errors by myself but idk about this one can someone pls help me figure out on that I did wrong? The text string where the error happened is the following:
print(f"{tafel} x {x} = {(tafel*x)}")
python
windows
thonny
0 Answers
Your Answer