Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How to spoil and fix your code

Sumit Rawal answered on May 8, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • fix the code

  • How to spoil and fix your code

    0

     start IDLE again.

    Click File, Open, point to the file you saved previously and let IDLE read it in.

    Try to run it again by pressing F5 when the editor window is active.

    As you can see, IDLE is able to save your code and retrieve it when you need it again.

    IDLE contains one additional and helpful feature.

    First, remove the closing parenthesis.

    Then enter the parenthesis again.

    Your code should look like the one down here:

    Hisssssss...

    output

    Python 3.7.0 IDLE - Running a program after removing parenthesis from the print() function

    Every time you put the closing parenthesis in your program, IDLE will show the part of the text limited with a pair of corresponding parentheses. This helps you to remember to place them in pairs.

    Remove the closing parenthesis again. The code becomes erroneous. It contains a syntax error now. IDLE should not let you run it.

    Try to run the program again. IDLE will remind you to save the modified file. Follow the instructions. 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on May 08 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.