Tell us what’s happening:I dont know it’s saying you did it wrong
Describe your issue in detail here.i have everything exactly as it says in the text
Your code so far
greet = ‘Hello!’
print(greet)
# User Editable Region
greet = 'Hello!'
print(greet)
# User Editable Region
Challenge Information:
Learn String Manipulation by Building a Cipher - Step 4
system
March 12, 2024, 9:03pm
2
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
1 Like
What you wrote is an example in the instructions
Try to reset this lesson and apply it to the code.
Happy coding!
1 Like
Hi there and welcome to our community!
Print your text
variable to the screen by passing the text
variable as the argument to the print()
function.
You shouldn’t have a greet
variable. You should have a text
variable.
1 Like
What rubiks cube is in your account photo @igorgetmeabrain I have never seen it before
1 Like
It’s a Square-1 . One of the cubes used in WCA competitions (not that I compete).
1 Like
system
Closed
September 11, 2024, 10:18pm
9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.