0
No sé si alguien hablará español por aquí pero cuándo tengo estas líneas de aquí, num = 12 if num > 5:
No sé si en la consola para que no me lo considere error de sintaxis la coloco junta formando una línea porque al darle intro me lo considera error de sintaxis. Saludos a toda la comunidad
3 Respostas
+ 3
Hi your question isn't clear ,can you elaborate more about the problem you are facing? I read syntax error
but
num=12
if num>5:
Is right syntax
,Also remember to pass some statements in if block ,if you don't want to you can simply write pass keyword
+ 2
If first need to enter
num=12
Then
If num>5:
0
Hi Abhay, I'll tell you my problem in English, when I have these 2 lines (num =12 if num>5:), I put It on my PC's console so I don't know how I would put It, because when I move that with intro, the console recognise that like a syntax error. Thank you for your help