~cpp 
import random
earth=(0,0)
plane= [random.randrange(-300,-100), random.randrange(100,300)]



print " Select  "
print " 1. Move  "
command = raw_input()
if (command == 1):
    Move()


while(command!="exit"):
    command = raw_input()

print command
print earth
print plane

def Move():

* 임시 개발중 소스

Retrieved from http://wiki.zeropage.org/wiki.php/실시간멀티플레이어게임프로젝트/첫주차소스1
last modified 2021-02-07 05:30:19