I don't understand | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I don't understand

print("Hello world!") range(2, 20) str(12) range(10, 20, 3)

1st Nov 2020, 1:04 PM
Alanna Walker
4 Answers
+ 10
Ghost , the only action in this code is the print statement, as NADIA already mentioned. All the rest of the statements are correct, but they do not affect the execution, as the return values from them are not stored or used directly.
1st Nov 2020, 1:57 PM
Lothar
Lothar - avatar
+ 8
The output is : Hello world! Which one do you not understand?
1st Nov 2020, 1:17 PM
Girly
Girly - avatar
+ 1
Lothar , You can say a little easier
1st Nov 2020, 1:59 PM
Alanna Walker
+ 1
Ghost just do the python course. Everything is explained there
1st Nov 2020, 3:20 PM
Benjamin Jürgens
Benjamin Jürgens - avatar