mam in my cmd pendulum file is not showing its address
Using del() function we can delete a element from list of list.Can we do the same task using remove() function?
Unhandled exception in event loop: File "C:\Users\DELL\anaconda3\lib\asyncio\proactor_events.py", line 768, in _loop_self_reading f.result() # may raise File "C:\Users\DELL\anaconda3\lib\asyncio\windows_events.py", line 808, in _poll value = callback(transferred, key, ov) File "C:\Users\DELL\anaconda3\lib\asyncio\windows_events.py", line 457, in finish_recv raise ConnectionResetError(*exc.args)Exception [WinError 995] The I/O operation has been aborted because of either a thread exit or an application requestPress ENTER to continue...so please explain this
How can we add multiple elements in a list because append function can add one element at a time
By using append function we can add element at last position but how can we add elements at different positions rather than last position
The basic difference between list and tuple
How can we insert new element in the middle of list instead of at the end?Is there any function to insert at any position in the list?
suppose the list example mylist[1,2,3,['a','b','c'],7,8]how to delete element 'b' from mylist. without using delete command.i use del mylist[3][1] this command is run but when i use remove. that command is not work.can you not use the remove command for list in list element deletion?
How to remove multiple occurrences of same elements at single step?
list=[2,3,2,4,5,6]how to delete second occurrence of any number in list
hello sir/madam,nice interaction with it but I request for the online questioner, because it seems many of them just taking as fun. quite good for learn but with question get effected.I very clear with the core concept but I asked question on previous session, nobody replied.
how to remove more than one element from the list subject to a condition
Can built-in functions be used as valid variable names.
218 visits
Outline:লিস্ট কি? লিস্ট নির্ধারণ করা লিস্ট ইনডেক্স এলিমেন্ট সহ লিস্ট বানানো Empty লিস্ট বানানো লিস্টে লিস্ট বানানো len ফাংশন ব্যবহার করে লিস্টের দৈর্ঘ্য নির্ণয় করা ইনডেক্স সংখ্যা ব্যবহার করে এলিমেন্ট অ্যাক্সেস করা append ফাংশন ব্যবহার করে লিস্টে এলিমেন্ট যুক্ত করা del এবং remove ব্যবহার করে লিস্ট থেকে এলিমেন্ট মোছা
লিস্ট কি? লিস্ট নির্ধারণ করা লিস্ট ইনডেক্স এলিমেন্ট সহ লিস্ট বানানো Empty লিস্ট বানানো লিস্টে লিস্ট বানানো len ফাংশন ব্যবহার করে লিস্টের দৈর্ঘ্য নির্ণয় করা ইনডেক্স সংখ্যা ব্যবহার করে এলিমেন্ট অ্যাক্সেস করা append ফাংশন ব্যবহার করে লিস্টে এলিমেন্ট যুক্ত করা del এবং remove ব্যবহার করে লিস্ট থেকে এলিমেন্ট মোছা
Show video info
Pre-requisite