Write a program to assign and display a string value to any variable of your choice. (python form)
Answers
Answered by
1
Answer:
Use the print Statement to Print a Variable in Python.
Use a Comma , to Separate the Variables and Print Them.
Use the String Formatting With the Help of %
Use the String Formatting With the Help of {}
Use the + Operator to Separate Variables in the print Statement.
Similar questions