0
What's Wrong with this code?
I keep getting TypeErrors, why? https://code.sololearn.com/cjz09w7v8wRh/?ref=app
4 odpowiedzi
+ 1
oh no nvm it does, forgot to change the random.choice thingy
0
You define a tuple with the name 'random'.
Then you import the module 'random', so now you've overwritten the former name.
Just choose another name for your tuple.
0
oh ok
0
HonFu Still doesnt work