Basic-Python-Programs
Basic-Python-Programs copied to clipboard
This repository will contain basic python programming questions and their solutions.
Added 3 Basic Question Of Numerical Python.
Added FriendlyNumber.py: code which control if two numbers (from user) are friendly numbers
Added FriendlyNumbers.py which control if two numbers are friendly number
Added a python program to find roots of a quadratic equation
I added a ”remove elements" function. The function can solve the following question: Given an array nums and a value val, remove all instances of that value in-place and return...
This is a number guessing game wherein the user will guess the random number generated by the code.
Created code to obtain the conversion between corrdinate systems.