Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 412 Bytes

File metadata and controls

16 lines (14 loc) · 412 Bytes

String-Objects-And-List-Objects

Questions covered are:

  1. Write a program which accepts a sequence of comma-separated numbers from console and generate a list.
  2. Create the below pattern using nested for loop in Python.

*

* *

* * *

* * * *

* * * * *

* * * *

* * *

* *

*

  1. Write a Python program to reverse a word after accepting the input from the user.