Which function in python is used to display a constant, the value of a variable or the result of expression
Answers
Answered by
2
Answer:
Variables may be shown on the screen using the print() function. The first output of the program above is simply the raw value of the variables. To output more details, you can use formatted strings. To create a formatted string, put f in front of the string.
Similar questions