Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute Python-3 Online

# Hello World program in Python
    
print ("                        The Dog");
print ()
print ("There is once a dog named Douglas");
print ("He loves to play with his owner Jao.")
print ("He also loves to eat anything except chocolate because it is toxic to him.")
print ("He also likes to chase anything he wants and also likes to lay down all day.")
print ("One day he noticed that his owners left the house.\nHe also noticed that no one is around.")
print ("He felt so lonely and he waited all day long for his owners to come back.")
print ("At last his long wait was over because he saw his owners coming back.")
print ("He is very happy that he wiggled his tail endlessly")
print ("And they played around all day in the backyard.")
print ("He was so happy to play with his owner and he very loves them so much.")
print ()
print("THE END")

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.