Computer Science, asked by sriyalaxmidora, 4 months ago

Write a program which takes two input one is a string and other is a character.

Answers

Answered by jai696
2

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

string, char = input("string: "), input("char: ")

print(f"string: {string}\nchar: {char}")

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by amritamohanty918
0

Answer:

Use Python 3

string, char = input("string: "), input("char: ")

string, char = input("string: "), input("char: ")print(f"string: {string}\nchar: {char}")

Similar questions