Computer Science, asked by Alanna1107, 7 hours ago

Write a program to assign and display a string value to any variable of your choice. (python form)

Answers

Answered by febafernandez2
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