Skip to content

Instantly share code, notes, and snippets.

View cybermooha's full-sized avatar

cybermooha

  • Joined Oct 1, 2025
View GitHub Profile
@cybermooha
cybermooha / gist:1d9f3bb1575c4a8724ba95487407a4fb
Created October 9, 2025 14:24
easy calculator (my first code)
#calculator
n1= '+'
n2= '-'
n3= '*'
n4= '/'
numbers1 = int(input("Pick a number one"))
start = int(input("Choose what to do: "
"1. addition "
"2. deduction "
"3. multiply "