talkpython / mastering-pycharm-course

Course demos and handouts for Talk Python's Effective PyCharm course
https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide
GNU General Public License v2.0
1.13k stars 716 forks source link

Need a help #38

Closed TabzzZerdi closed 4 years ago

TabzzZerdi commented 4 years ago

a[::] statment has no effect Error in LIST Please do help

mikeckennedy commented 4 years ago

Hi, why are you trying to run that statement? You need to enter an upper, lower, or both bounds, like this:

a[-5:] or a[:2]

TabzzZerdi commented 4 years ago

I have corrected it sir , THANK YOU .

On Sun, 30 Aug, 2020, 23:27 Michael Kennedy, notifications@github.com wrote:

Closed #38 https://github.com/talkpython/mastering-pycharm-course/issues/38.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/talkpython/mastering-pycharm-course/issues/38#event-3707501006, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUNH7X2RMSI433WDU6XB53SDKHKBANCNFSM4QBJG57Q .