5 lines
74 B
Python
5 lines
74 B
Python
import pygame
|
|
|
|
print("Hello world.")
|
|
print("goodbye world >:3")
|
|
print("A") |