Skip to content

Hey !! community I will post assignment solutions of Introduction to python programming #coding ninja

Notifications You must be signed in to change notification settings

Prajwal8197/CODING-NINJA-ASSIGNMENT-SOLUTIONS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CODING-NINJA-ASSIGNMENT-SOLUTIONS

Hey !! community I will post assignment solutions of Introduction to python programming #coding ninja

CALCULATOR PROGRAM

n=int(input()) while n!=6: if n <= 5 and n >= 1: a=int(input()) b=int(input()) if n==1: print(a+b) if n==2: print(a-b) if n==3: print(a*2) if n==4: print(a//b) if n==5: print(a%b) elif n < 1 or n > 6: print("Invalid Operation") n=int(input())

About

Hey !! community I will post assignment solutions of Introduction to python programming #coding ninja

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published