This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MoKhaild
Recipients MoKhaild, ezio.melotti, mrabarnett
Date 2018-08-31.14:57:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535727424.08.0.56676864532.issue34554@psf.upfronthosting.co.za>
In-reply-to
Content
sorry I forget to print text i mean:
match([2,5,4,'Hello']):
  2: print('here is 2')
  6: print('here is 6')
    elif 'Hello': print('Hello world')
  8:print('here is 8')
    elif 'python': print('Hello world')
    else: print('MoKhalid')
History
Date User Action Args
2018-08-31 14:57:04MoKhaildsetrecipients: + MoKhaild, ezio.melotti, mrabarnett
2018-08-31 14:57:04MoKhaildsetmessageid: <1535727424.08.0.56676864532.issue34554@psf.upfronthosting.co.za>
2018-08-31 14:57:04MoKhaildlinkissue34554 messages
2018-08-31 14:57:04MoKhaildcreate