I typed the If part of an If/Else statement, but did not get a prompt at the
beginning of the next line when I hit return. Instead, the cursor lined up
under the "p" of "print." Here is the line of text (it's part of a longer bit
of coding, I copied out of a textbook).
>>> if right_this_minute
On Monday, April 9, 2018 at 3:08:28 AM UTC-4, Peter Otten wrote:
> brg...@gmail.com wrote:
>
> > I typed the If part of an If/Else statement, but did not get a prompt at
> > the beginning of the next line when I hit return. Instead, the cursor
> > lined up under the "p" of "print." Here is the lin