if anybody of you know python suggest me a beginning program
Answers
Answered by
3
Answer:
New,better and easier programs come out pretty frequently
Explanation:
But if u want to learn only one easy program where u can do a lot of stuff with then i recommend Python mostly because it is very easy to learn.
Answered by
2
Programme of printing given string :
x = input("Enter your name : ")
print("Your name is",x)
____________
Output :
>>> Enter your name : ABC #You can use any string here
Your name is ABC
Similar questions