Goto Statement in Python



In this blog, we will discuss about the goto statement in python, but before that,

What Is goto
Iterations in goto statement
comefrom
Program to implement goto
Equivalent of goto in python

Note that we will be using loops, functions to solve this specific problem. To grab great insights of these topics and more along with its various applications and real-time projects, you can enroll in Python Online Training at FITA at an affordable price, which includes certification, support with career guidance assistance.

The goto statement appeared first on April’s Fool Day, 2004 as a joke for python, but programmers across the earth took it seriously and commenced developing it.

A goto statement is a piece of code or syntax that can jump from the goto statement to a labeled statement which is marked as end within the same function. If I elucidate this in layman terms, let’s say, you would like your program to skip some specific number of functions, during this case, a goto statement can be used between your program.

Although python supports goto statements, it is highly recommended not to use it as python is a highly structured language.

Syntax for goto statement in python.

goto <label>


<label>:

The label can be replaced with any other word

Iterations in goto statement

Another statement that works like goto is comefrom.

It is important that you use both the statements goto and comefrom to make jumps. So import them from the goto module.

from goto import label,goto,comefrom

comefrom

The comefrom statement is opposite to goto statement.It’s function is to make the interpreter jump to the label instead of following the structure. 

Here is its syntax

label .position

comefrom .position

In the above example, the code after label .position will not be executed, and instead it directly jumps to a comfrom statement.

Now let’s write a program to implement a goto statement..

from goto import label,goto

for i in range(1, 4):

     for j in range(1, 4):

          for k in range(1, 4):

                print(j,i*k,k)

                 if k == 3:

                     goto .end

label .end

print(“did a break from a nested for loop”)

Equivalent Of goto In Python

You can use break,continue,pass or custom flags or functions instead of using goto and keep your program structured.Let’s write the above program without a goto statement.

def goto():

      for i in range(1, 4):

           for j in range(1, 4):

                for k in range(1, 4):

                     print(j,i*k,k)

                     if k == 3:

                           return

print(“did a break from a nested for loop”)

To get in-depth knowledge of Python along with its various applications, you can enroll for Python Training in Chennai or Python Training in Bangalore with certification, support and career guidance.






Quick Enquiry

Please wait while submission in progress...


Contact Us

Chennai

  93450 45466

Bangalore

 93450 45466

Coimbatore

 95978 88270

Online

93450 45466

Madurai

97900 94102

Pondicherry

93635 21112

For Hiring

 93840 47472
 hr@fita.in

Corporate Training

 90036 23340


Read More Read less

FITA Academy Branches

Chennai

Bangalore

Coimbatore

Other Locations

FITA Academy - Velachery
Plot No 7, 2nd floor,
Vadivelan Nagar,
Velachery Main Road,
Velachery, Chennai - 600042
Tamil Nadu

    :   93450 45466

FITA Academy - Anna Nagar
No 14, Block No, 338, 2nd Ave,
Anna Nagar,
Chennai 600 040, Tamil Nadu
Next to Santhosh Super Market

    :   93450 45466

FITA Academy - T Nagar
05, 5th Floor, Challa Mall,
T Nagar,
Chennai 600 017, Tamil Nadu
Opposite to Pondy Bazaar Globus

    :   93450 45466

FITA Academy - Tambaram
Nehru Nagar, Kadaperi,
GST Road, West Tambaram,
Chennai 600 045, Tamil Nadu
Opposite to Saravana Jewellers Near MEPZ

    :   93450 45466

FITA Academy - Thoraipakkam
5/350, Old Mahabalipuram Road,
Okkiyam Thoraipakkam,
Chennai 600 097, Tamil Nadu
Next to Cognizant Thoraipakkam Office and Opposite to Nilgris Supermarket

    :   93450 45466

FITA Academy - Porur
17, Trunk Rd,
Porur
Chennai 600116, Tamil Nadu
Above Maharashtra Bank

    :   93450 45466

FITA Academy Marathahalli
No 7, J J Complex,
ITPB Road, Aswath Nagar,
Marathahalli Post,
Bengaluru 560037

    :   93450 45466

FITA Academy - Saravanampatty
First Floor, Promenade Tower,
171/2A, Sathy Road, Saravanampatty,
Coimbatore - 641035
Tamil Nadu

    :   95978 88270

FITA Academy - Singanallur
348/1, Kamaraj Road,
Varadharajapuram, Singanallur,
Coimbatore - 641015
Tamil Nadu

    :   95978 88270

FITA Academy - Madurai
No.2A, Sivanandha salai,
Arapalayam Cross Road,
Ponnagaram Colony,
Madurai - 625016, Tamil Nadu

    :   97900 94102

FITA Academy - Pondicherry
410, Villianur Main Rd,
Sithananda Nagar, Nellitope,
Puducherry - 605005
Near IG Square

    :   93635 21112

Read More Read less
  • Are You Located in Any of these Areas

    Adyar, Adambakkam, Anna Salai, Ambattur, Ashok Nagar, Aminjikarai, Anna Nagar, Besant Nagar, Chromepet, Choolaimedu, Guindy, Egmore, K.K. Nagar, Kodambakkam, Koyambedu, Ekkattuthangal, Kilpauk, Meenambakkam, Medavakkam, Nandanam, Nungambakkam, Madipakkam, Teynampet, Nanganallur, Navalur, Mylapore, Pallavaram, Purasaiwakkam, OMR, Porur, Pallikaranai, Poonamallee, Perambur, Saidapet, Siruseri, St.Thomas Mount, Perungudi, T.Nagar, Sholinganallur, Triplicane, Thoraipakkam, Tambaram, Vadapalani, Valasaravakkam, Villivakkam, Thiruvanmiyur, West Mambalam, Velachery and Virugambakkam.

    FITA Velachery or T Nagar or Thoraipakkam OMR or Anna Nagar or Tambaram or Porur branch is just few kilometre away from your location. If you need the best training in Chennai, driving a couple of extra kilometres is worth it!