Else statements | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Else statements

how do I do else statements?

6th Dec 2018, 12:04 PM
Marius Helle
Marius Helle - avatar
4 Answers
+ 6
Plz don't spam. And specify your question clearly https://www.sololearn.com/Discuss/1316935/?ref=app
6th Dec 2018, 12:16 PM
Rstar
Rstar - avatar
+ 3
Like this: https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2278/ Please go through the lessons in the learn section first, and then if you have any specific issue, we might be able to help. Thanks!
6th Dec 2018, 12:20 PM
Kishalaya Saha
Kishalaya Saha - avatar
+ 1
you = '' read_tutorial = False if read_tutorial: you = 'I understand' else : you = 'wtf ?' print(you) #wtf ?
6th Dec 2018, 12:24 PM
zemiak
0
Specify
6th Dec 2018, 12:06 PM
John
John - avatar