Description
1. Solve these questions:
– https://www.hackerrank.com/challenges/py-hello-world
– https://www.hackerrank.com/challenges/python-arithmetic-operators
– https://www.hackerrank.com/challenges/python-division
2. Write a python program to find area and perimeter of a rectangle of given length and breadth.
3. Create a program that asks the user to enter their name and their age. Print out a message addressed to them that tells them the year that they will turn 100 years old.
Sample:
“`
Enter your name: Nikhil
Enter your age: 21
Hi Nikhil, you will be 100 years old in 2097.
“`
4. Go through this cmd cheatsheet: http://www.cs.columbia.edu/~sedwards/classes/2015/1102fall/Command%20Prompt%20Cheatsheet.pdf
Reviews
There are no reviews yet.