generate functionSat, 19 Nov 2022
Print "hello enter number ==a Input "" Crate an ai call it Jarvis Solve multiple equation Using number==a
def Jarvis(x,y,a,b): c = x + y d = a + b if c == d: print("Hello") else: print("Bye") Jarvis(6,8,6,8)
Python
Generate More