« POPE 5 Home | Email msg. | Reply to msg. | Post new | Board info. Previous | Home | Next

Python Programming 

By: Zimbler0 in POPE 5 | Recommend this post (2)
Thu, 14 May 20 1:51 AM | 46 view(s)
Boardmark this board | Pope 5
Msg. 61627 of 62138
Jump:
Jump to board:
Jump to msg. #

# I'm playing around at learning the Python Programming
# Language . . . Pretty interesting stuff.

# I've just found an easy way to make Beldin's signature
# 'BWA HA HA etc. etc. . . ..

str1 = "BWA "
str2 = 'HA '

print(str1 + str2*50)

# Which gives me this as a result :

BWA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA

(I like this stuff. Zim.)




Avatar

Mad Poet Strikes Again.


- - - - -
View Replies (1) »



» You can also:
« POPE 5 Home | Email msg. | Reply to msg. | Post new | Board info. Previous | Home | Next