after entering command len(mylist)
Title
Question
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 request
Press ENTER to continue...
so please explain this
Python-3.4.3 Getting-started-with-Lists 08-09 min 0-10 sec
Answers:
Please use the simple python shell/console and run all the commands again. In case that works, there seems to be some issue with your Anaconda installation.
Please try re installing
Login to add comment