Skip to content

Instantly share code, notes, and snippets.

View Fiyin-Anne's full-sized avatar
💭

Fiyinfoluwa Akinsiku Fiyin-Anne

💭
  • flutterwave
  • Nigeria
  • 02:56 (UTC -12:00)
View GitHub Profile
@Fiyin-Anne
Fiyin-Anne / calculator.md
Last active December 10, 2019 17:00
Calculator program using Python
def calc():
	try:
		operators = ['+', '-', '*', '/', 'q']
		print(f'Operators available: +, -, *, /')
		num1 = int(input('num1: '))
		operator = input()
		num2 = int(input('num2: '))
		while operator not in operators:
			operator = input('Please enter a valid operator: ')

Fiyinfoluwa A Akinsiku

Lagos, Nigeria | fiyinakinsiku.b@gmail.com | +234(0)7034536402 | linkedin.com/in/fiyinfoluwa-akinsiku

Self-starter with a passion for improving the human living experience through technology.

Technical Skills

  • Javascript (Node JS), PostgreSQL, MongoDB, Vue Js, Python, Github Actions (Continuous Integration)

Soft Skills