Posts by MVictor • 1 point
1 post
-
0
votes0
answers17
viewsQ: How to put a variable in the middle of print
I am beginner in programming with python so my doubt is very basic, I wanted to put the value of "average" in the middle of print, how do I do this? n1 = float(input("Informe sua primeira nota: "))…