Here is a cool code I made in python:
word = raw_input("Input your word and watch it bounce around the screen: ")
import pippy
wx = 5
wy = 5
wcx = -1
wcy = 1
while 0 == 0:
pippy.console.clear()
i = 0
pl = word
while i < wx:
pl = " " + pl
i = i + 1
i = 0
while i < wy:
print " "
i = i + 1
print pl
wx = wx + wcx
wy = wy + wcy
if wx == 1 or wx == 20:
wcx = wcx * -1
if wy == 1 or wy == 10:
wcy = wcy * -1
pippy.wait()o o
Do you like it? It makes a word you input bounce around onthe screen. ̆
Offline
um...
Traceback (most recent call last):
File "<insert directory here>", line 2, in <module>
import pippy
ImportError: No module named pippy
Offline
ScratchReallyROCKS wrote:
um...
Traceback (most recent call last):
File "<insert directory here>", line 2, in <module>
import pippy
ImportError: No module named pippy
Yes I know I use something called pippy on a differant computor try replacing the pippy with python.
Offline
poopo wrote:
Here is a cool code I made in python:
Code:
word = raw_input("Input your word and watch it bounce around the screen: ") import pippy wx = 5 wy = 5 wcx = -1 wcy = 1 while 0 == 0: pippy.console.clear() i = 0 pl = word while i < wx: pl = " " + pl i = i + 1 i = 0 while i < wy: print " " i = i + 1 print pl wx = wx + wcx wy = wy + wcy if wx == 1 or wx == 20: wcx = wcx * -1 if wy == 1 or wy == 10: wcy = wcy * -1 pippy.wait()o o
Do you like it? It makes a word you input bounce around onthe screen. ̆
Since you used Pippy, do you have an XO Laptop?
Offline
msdosdude wrote:
poopo wrote:
Here is a cool code I made in python:
Code:
word = raw_input("Input your word and watch it bounce around the screen: ") import pippy wx = 5 wy = 5 wcx = -1 wcy = 1 while 0 == 0: pippy.console.clear() i = 0 pl = word while i < wx: pl = " " + pl i = i + 1 i = 0 while i < wy: print " " i = i + 1 print pl wx = wx + wcx wy = wy + wcy if wx == 1 or wx == 20: wcx = wcx * -1 if wy == 1 or wy == 10: wcy = wcy * -1 pippy.wait()o o
Do you like it? It makes a word you input bounce around onthe screen. ̆Since you used Pippy, do you have an XO Laptop?
Yes.
I didn't win the challenge but my aunt knows the guy who made them.
It's autographed by him too.
Offline
poopo wrote:
msdosdude wrote:
poopo wrote:
Here is a cool code I made in python:
Code:
word = raw_input("Input your word and watch it bounce around the screen: ") import pippy wx = 5 wy = 5 wcx = -1 wcy = 1 while 0 == 0: pippy.console.clear() i = 0 pl = word while i < wx: pl = " " + pl i = i + 1 i = 0 while i < wy: print " " i = i + 1 print pl wx = wx + wcx wy = wy + wcy if wx == 1 or wx == 20: wcx = wcx * -1 if wy == 1 or wy == 10: wcy = wcy * -1 pippy.wait()o o
Do you like it? It makes a word you input bounce around onthe screen. ̆Since you used Pippy, do you have an XO Laptop?
Yes.
I didn't win the challenge but my aunt knows the guy who made them.
It's autographed by him too.
OMG! I have a G1G1. Its so awesome. I remember having Fedora on it with Gnome and Sugar.
Offline
msdosdude wrote:
poopo wrote:
msdosdude wrote:
Since you used Pippy, do you have an XO Laptop?Yes.
I didn't win the challenge but my aunt knows the guy who made them.
It's autographed by him too.
OMG! I have a G1G1. Its so awesome. I remember having Fedora on it with Gnome and Sugar.
Cool! They are fun aren't they. A little limited but fun.
Offline