Multiplication of Two Numbers in Python

a is refering to 5 which means wherever a is used its value would be 5
b is refering to 7 which means wherever b is used its value would be 7
c is refering to multiplication of a and b which is 35
print() is a standard output function, print(c) will send value of c, 35 on standard output device

Leave a Comment

Your email address will not be published. Required fields are marked *

©Postnetwork-All rights reserved.