+ 12
Goto statement....??
why python don't have goto statement like C language ?
6 Antworten
+ 14
When C was designed, there were some valid reasons to use goto statements because compiler optimizations didn't exist. However, using goto without a really strong need was massively frowned upon. There is never a need for goto statements these days so Python was designed without it.
If legacy code with goto statements weren't still in use, it is likely the goto would be removed from all languages that support it.
+ 11
thanks john ..for your opinion...it really helped 😀
+ 2
because goto is pretty useless and should never be used
+ 1
hii can you make the application for me
0
get away