Computer Science, asked by Himanshu2504, 7 months ago

if anybody of you know python suggest me a beginning program​

Answers

Answered by paarthureddy27018
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 Anonymous
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