-
Update your current
forked repository
with respect to theorigin-main
. -
Go through the videos listed in the Readme in Python and Ml domain folder and get your self familiar with the python syntax.
-
In this task you have to submit the code files of the questions that are mentioned below:-
- Write a python program to solve the quadratic equation ax**2 + bx + c = 0.
- Write a python program to find a Armstrong number with in a given interval.
- Write a python program to make a simple calculator.
- Write a python to program to sort words in alphabetically order.
- Write a python program to generate 10 random numbers and print their sum.
- Create a folder of
your name
inside the Task submission folder. Inside your designated folder submit your code files. - For creating your solutions files you will be using Juypyter Notebook.
- All your solutions files must be in
.ipynb
format.