+ 1
X="a" x *=3 print (3)
aaa
4 Réponses
+ 2
What is X="a" x*=3 print(3) and what is aaa? Can you please format your question properly so one can understand it
+ 1
Question
x="a"
x * =3
print (3)
Answer
aaa
It's right or not
Please ask to me
+ 1
QODIROV HABIBULLO answer is aaa if you print(x) otherwise it is 3 if you print(3)
+ 1
Thanks for answer