0
What is the main string for variable?
Like as if x=7 y=8 Then How can i multiple them?
6 Answers
+ 8
Try this
print(x*y)
+ 11
Md.Osman Ullah , you have already started learning in the python tutorial. So i am sure that you are able to use a print statement and a simple mathematical operation. If not, it is recommended to repeat some lessons or to continue.
+ 2
Please clarify your question. In your example x and y are names of variables
+ 2
Md.Osman Ullah
x*y like this
+ 1
Thanks all.
0
I have edited my question. Would you please take a look?