[Tutor] Tutor Digest, Vol 232, Issue 12

HARSH MOHAN harshmohan009 at gmail.com
Tue Jun 20 02:53:43 EDT 2023


firstly if you are a new learner try python script mode from python.org
website because pycharm is for building high level projects
and for your code use three inverted codes as:* print( """ write your thing
here """)*
for example I have attached photo and source code.


On Mon, 19 Jun 2023 at 21:32, <tutor-request at python.org> wrote:

> Send Tutor mailing list submissions to
>         tutor at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.python.org/mailman/listinfo/tutor
> or, via email, send a message with subject or body 'help' to
>         tutor-request at python.org
>
> You can reach the person managing the list at
>         tutor-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tutor digest..."
> Today's Topics:
>
>    1. Question (Katherine Gillig)
>    2. Re: Question (Alan Gauld)
>
>
>
> ---------- Forwarded message ----------
> From: Katherine Gillig <katherinegillig7 at gmail.com>
> To: tutor at python.org
> Cc:
> Bcc:
> Date: Sun, 18 Jun 2023 12:22:54 -0400
> Subject: [Tutor] Question
> Hello,
>
> I'm following a YouTube tutorial to learn Python. I'm very early in, and
> I'm trying to input a series of underscores/hyphens such that the command
> window will spit out a shape that looks like a triangle. However, when I
> run it, "Hi PyCharm" pops out instead of the triangle. I have PyCharm
> installed, which is where that's coming from. Could you help with this?
>
>
>
>
> ---------- Forwarded message ----------
> From: Alan Gauld <alan.gauld at yahoo.co.uk>
> To: tutor at python.org
> Cc:
> Bcc:
> Date: Sun, 18 Jun 2023 20:23:53 +0100
> Subject: Re: [Tutor] Question
> On 18/06/2023 17:22, Katherine Gillig wrote:
> > Hello,
> >
> > I'm following a YouTube tutorial to learn Python. I'm very early in, and
> > I'm trying to input a series of underscores/hyphens such that the command
> > window will spit out a shape that looks like a triangle. However, when I
> > run it, "Hi PyCharm" pops out instead of the triangle. I have PyCharm
> > installed, which is where that's coming from. Could you help with this?
>
> Hi, the list server will not allow binary attachments for security reasons.
>
> Please repost with the text from the screen copy/pasted into the
> message. (Also use plain text mode to keep the text formatting which
> is critical in Python)
>
> Additional information that will help us figure out what's happening
> includes:
> 1) OS type and version
> 2) Python version
> 3) How you ran your program(inside an IDE, which one?
> Or from a command line? Show us the actual command typed)
> 4) A link to your youTube tutorial.
> 5) Your code(pasted as per above)
> 6) Any error messages(in full please)
>
>
> That looks a lot but the more you tell us the easier it is to
> give an accurate answer.
>
> --
> Alan G
> Author of the Learn to Program web site
> http://www.alan-g.me.uk/
> http://www.amazon.com/author/alan_gauld
> Follow my photo-blog on Flickr at:
> http://www.flickr.com/photos/alangauldphotos
>
>
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> https://mail.python.org/mailman/listinfo/tutor
>


More information about the Tutor mailing list