0
help with understanding it plesae
is this right: print('user'="Rodney")
7 Antworten
+ 3
No. Run the code. Look at the output. Do you get an error message? If yes, then it is not right.
Please tag the relevant programming language instead of "all".
+ 2
No it's not right because you can't assign any string constant with another string constant.
You can compare them by using '==' operator
+ 1
OK i got it some but thank you so much i will be back with more I'm new to it
+ 1
I'm trying to write a sign in code
+ 1
OK
0
Rodney Dudley Carry on if you have any doubt ask it
0
# Walrus Operator
print(user:="Rodney")
print(user)