KALIIOWORK / basic_python_programs

Explore easy-to-understand Python programs for beginners! Contribute, learn, and grow your coding skills. Start your Python journey here! 🚀🐍
0 stars 8 forks source link

Simple python calculator with square root #18

Closed AnnieDebbie closed 10 months ago

AnnieDebbie commented 10 months ago

This PR is my attempt at issue #1 The script allows the user to input numbers and the operation to be performed. I also added a function to handle the square root of numbers.