ICP1 - PallaviArikatla/Python GitHub Wiki
TITLE: BASICS OF PYTHON
SOFTWARE REQUIRED: pycharm, anaconda, Github, Python 3/Python 2
IMPLEMENTATION:
Start by installing the required software programs. And here as the task is performed using pycharm create regarding projects and finish it by adding python interpreter possibly it can be Python 3/Python 2. After all these we have to run the codes and commit it to Github.
THE OUTPUTS WILL BE VISUALIZED AS FOLLOWS.
QUESTION 1:
State differences between Python 2 and Python 3 version.
QUESTION 2:
a) Write a python program for the following:–Input the string “Python” as a list of characters from console, delete at least 2 characters, reverse the resultant string and print it.
b) Take two numbers from user and perform arithmetic operations on them.
QUESTION 3:
Write a program that accepts a sentence and replace each occurrence of ‘python’ with ‘pythons’ without using regex.
Video Link: http://youtu.be/qSSVE_mUmoA?hd=1