0
I don't understand
print("Hello world!") range(2, 20) str(12) range(10, 20, 3)
4 Respuestas
+ 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.
+ 8
The output is : Hello world!
Which one do you not understand?
+ 1
Lothar , You can say a little easier