How does a semi colon indicate opposite ideas? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How does a semi colon indicate opposite ideas?

12th Nov 2019, 4:33 PM
Achumile Benedict
Achumile Benedict - avatar
2 Antworten
+ 3
In Python, you use semicolon to make your code one line, but it's strongly not recommended to use them. Example: print('Hello') print('world!') OR print('Hello'); print('world!')
12th Nov 2019, 4:54 PM
Asman-H
Asman-H - avatar
+ 1
Please edit your question to add something as description. Your question is hard to understand. For future reference please follow this guide to posting a question 👍 https://www.sololearn.com/Discuss/333866/?ref=app
12th Nov 2019, 4:39 PM
Ipang