The secret word is not displaying, what can I do?
Solved/Closed
v.b.06
-
elevedeprime -
elevedeprime -
Hello, I have an assignment and I need to find a secret word but I'm struggling, can you please help me?
Here is the program:
toto=""
message="The secret word is: "
for num in [66,79,82,78,69]:
toto=toto+chr(num)
print(message)
Configuration: Windows / Chrome 97.0.4692.99
Here is the program:
toto=""
message="The secret word is: "
for num in [66,79,82,78,69]:
toto=toto+chr(num)
print(message)
Configuration: Windows / Chrome 97.0.4692.99
how do we display ??
how can one use Python without knowing how to display the content of a variable ?????????????????????????????????
Hello,
It seems you already know how to display "message", you just need to do the same for "toto", right?
Hello, we suck, we just have no choice, it's for school.