+ 3
Strings
how can i make this print ? https://code.sololearn.com/cBH1jtdxpjsJ/?ref=app
9 Réponses
+ 14
First of all, input values are already saved as String, so you don't need to convert it. And the == should be = while assigning the variable.
Corrected:
https://code.sololearn.com/cL41joY87XXA/?ref=app
+ 10
You can replace the first line with this:
gender = input()
+ 10
My pleasure :)
+ 4
@shamima
thanks ^^
+ 3
@Shimaa,
I don't understand why you don't want the user to know what they are supposed to type.
+ 3
Exactly @Shimaa
+ 2
@shamima
thanks
but how I can hide the " enter ur gender " at the output ?
I just want to put the word "male " and it prints A only
+ 2
@tusiime
u mean why I didn't write it like that
gender = input ("enter ur gender ":)
+ 2
@tusiime
I want to put it but when I do
it shows at the output
enter ur gender A
and I want to print only A .
or it just show up becoz of code playground on phone ? and if u i tried it on computer it will show only A ?