X= 'I love you'
Print(x)
Please give me its output , if u learning python.....
Answers
Answered by
0
Hi
First of all I wanna clear that python is case sensitive, that means "Ajay" and "ajay" are different things for python.
so.. in your code you have defined X and used x in "Print"
correct code is:
X= 'I love you'
print(X)
Anonymous:
Thnx
Similar questions
English,
7 months ago
Physics,
7 months ago
English,
1 year ago
CBSE BOARD X,
1 year ago
Physics,
1 year ago