fbpx

Month: August 2024

Python Interview Questions Set - 12 Released

Intermediate Level Calculate the multiplication and sum of two numbers a, b = map(int, input("Enter Two Numbers: ").split()) def printSumMulti(num1, num2): print(f"Sum is: {num1 + num2}") print(f"Multiplication is {num1*num2}") printSumMulti(a,b) Print the sum of the current number and the previous number in range ur_input =...

Copyright © 2020 Gamaka AI | All Rights Reserved