def addition(): first= int(input('what is your first number')) second = int(input('What is your second number?')) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

def addition(): first= int(input('what is your first number')) second = int(input('What is your second number?'))

What are wrong in this.

19th Oct 2020, 12:37 PM
Ar Kar Moe
Ar Kar Moe - avatar
3 Answers
0
nothing
19th Oct 2020, 12:39 PM
Abhay
Abhay - avatar
0
Ar Kar Moe was there something wrong in the code ,also use description to link your code or copy paste it not question title as it has limited amount of character space
19th Oct 2020, 12:42 PM
Abhay
Abhay - avatar
0
Your code looking incomplete may be you trying to add two numbers check indentation proper
19th Oct 2020, 1:08 PM
A S Raghuvanshi
A S Raghuvanshi - avatar