Write a Python program to accept and display any string.
pls answer in step by step
Answers
Answered by
2
Answer:
if you want to add any data you need to write print and then write the
data.
Explanation:
print("Hello World")
first_string_input("How are you")
second_string_input("How old are you")
first_string_input + second_string_input
print("I am fine. I am 30 years old")
Similar questions