Skip to content

Hey there, this is a python program which let you to do various list methods without actually doing it with writing actual python commands for the same

Notifications You must be signed in to change notification settings

DynamicManish/Tricking-Lists-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Tricking-Lists-

Hey there, this is a python program which let you to work with various list methods without actually doing it with writing actual python commands for the same

📃Consider a list (list = []). You can perform the following commands:

These are the names which you will be writing on the console for performing the following tasks 1️⃣insert i e: Insert integer e at position . 2️⃣print: Print the list. 3️⃣remove e: Delete the first occurrence of integer . 4️⃣append e: Insert integer e at the end of the list. 5️⃣sort: Sort the list. 6️⃣pop: Pop the last element from the list. 7️⃣reverse: Reverse the list.

Just type the number of commands that you will be giving to the list, and then move on writing.

ThankYou🤗

About

Hey there, this is a python program which let you to do various list methods without actually doing it with writing actual python commands for the same

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages