| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/medgithub/PythonTutorial/master/LoopControl.py | [Back] [Original] |
def main():
word="python"
for letter in word:
if(letter=='t'):
pass
print(" blcok is padded")
print(letter)
print("progam end")
if __name__ == '__main__':main()
| Web Proxy Viewer | New URL | Original Page |