Welcome, guest | Sign In | My Account | Store | Cart

This is my first poem writing in python. Why i do that? I do because i saw some perl poems and not so much in python, just it! =) Python developers let's go express your art, and domain of langague Python...!!!! ihulllllllllllllllll!!! see ya!

marcello.

Python, 28 lines
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/env python
#
########   The Poem   #########
###############################
#             by              #
# Marcello Bontempo Salgueiro #
#  08/08/08 - 04:16 AM        #
###############################
def ining(the_poem):
	the_poem='is love'
	the_poem is True
	but , have, some = 'sadness', 'passion', 'love'
	the_poem and 'love' is True
	class Ify:
		is_=('the', 'only', 'way','to')
		try:
			felling='real love'
		except:
			you={'are':'a frozen'}
	the_poem; return '%s'%'ome explanation'
	everything=['is like','a poem']
	for felling_it_go in the_poem:
		writing, your= 'felling','your thoughts';  your_love and fly
	return str('ing of happiness')
belive, this = 'is', 'True'

nothing='is';w=ining('!')
just='love.'

I from brazil and sorry if have something wrong... =DDDD

2 comments

and i forgot to put here... that poem do nothing, but can be compile! =D

thermo 13 years ago  # | flag

Hey! nice work! I wrote a poem in python too!

http://code.activestate.com/recipes/577641-my-first-poem-written-in-python/

keep up with the poetry!