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

Re: Python Programming

By: Decomposed in POPE 5 | Recommend this post (0)
Thu, 14 May 20 1:58 AM | 47 view(s)
Boardmark this board | Pope 5
Msg. 61630 of 62138
(This msg. is a reply to 61627 by Zimbler0)

Jump:
Jump to board:
Jump to msg. #

Zimbler0:

Re: "# I'm playing around at learning the Python Programming
# Language . . . Pretty interesting stuff."
If you get stumped by any of it, my son is a wiz with Python. He's been a paid T.A. for the Introductory Python Programming class these last two semesters.








Avatar

Gold is $1,581/oz today. When it hits $2,000, it will be up 26.5%. Let's see how long that takes. - De 3/11/2013 - ANSWER: 7 Years, 5 Months


- - - - -
View Replies (1) »



» You can also:
- - - - -
The above is a reply to the following message:
Python Programming
By: Zimbler0
in POPE 5
Thu, 14 May 20 1:51 AM
Msg. 61627 of 62138

# 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.)


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