dimanche 11 juillet 2021

Why do I have "if" expression expected error?

I'm very new to coding and I am learning python alone and this is my code :

from random import *
temp =Randint( 0,70 )
print(temp)
if : temp = 69
print("nice")

Aucun commentaire:

Enregistrer un commentaire