Ask coding questions
so this is a code dictionary as you can probably tell. However on line 99 there is an inexplicable Syntax error.Any suggestions?
on line 97 of your code, you are missing a ). Just put that, and line 98 won't have the red line underneath.
97
)
98
print(random.choice(cl_list)) # added a )
like that.That should work
@RYANTADIPARTHI You mean that line 98 is missing a ) not 97
@19ecal yes I think that's what they mean.
thanks for this it really helped i miss small things like this alot @RYANTADIPARTHI
@PhantomLegend no problem. Click check mark please.
Solution
on line
97
of your code, you are missing a)
. Just put that, and line98
won't have the red line underneath.like that.
That should work
@RYANTADIPARTHI You mean that line 98 is missing a
)
not 97@19ecal yes I think that's what they mean.
thanks for this it really helped i miss small things like this alot @RYANTADIPARTHI
@PhantomLegend no problem. Click check mark please.