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

Python Ex2

# Hello World program in Python
    
print "Hello Welcome to Python!\n"
cat_output1 = " ________________________"
cat_output2 = "< Pet me and I will purr. > "
cat_output3 = " ------------------------"
cat_direction = '/'
cat_img1 = "/ \ _ / \ "
cat_img2 = "( o . o )"
cat_img3 = ">   ^   <"

print cat_output1
print cat_output2
print cat_output3
print cat_direction
print cat_direction
print cat_img1
print cat_img2
print cat_img3

Advertisements
Loading...

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