Computer Science, asked by kajalrupda37, 2 months ago

1. Display the product of 100 and 50, using two variables: x and y.
y = 50
Print(x
y)​

Answers

Answered by harshvirsing55
9

Answer:

\red{\fbox{\tt PROGRAM IN PYTHON LANGUAGE.}}

x=100

y=60

print (x*y)

\orange{\tt Hope it will} \green{\tt help you.}

Similar questions