Skip to content

Instantly share code, notes, and snippets.

@ArisaLee
Last active August 12, 2021 15:17
Show Gist options
  • Save ArisaLee/213bcdc4c4d5ec7eb4e1a459f189e3f5 to your computer and use it in GitHub Desktop.
Save ArisaLee/213bcdc4c4d5ec7eb4e1a459f189e3f5 to your computer and use it in GitHub Desktop.
song_edit1
import UIKit
func 有怪獸(){
print("有怪獸 有怪獸 有怪獸 纏著我")
print("有怪獸 大怪獸 醜怪獸 粘著我")
print("張開嘴一口又一口啃著我")
}
func 地球上(){
print("地球上明明有四十幾億人口 偏偏就是選中我")
print("轟隆轟隆隆 每天對著我噴火")
print("想什麼做什麼身上穿著什麼 牠的意見沒停過")
print("嫌西又嫌東 彷彿我不該是我")
}
func 穿不穿耳洞(){
print("穿不穿耳洞(是我的耳朵) 交幾個朋友(是我時間多)")
print("熱心乾脆去指揮交通 為什麼要管我")
print("口紅再紅(沒要牠吻我) 跟誰約會跟誰牽手")
print("愛說去說 反正我從來沒認真聽過")
}
func 有怪獸2(){
print("有怪獸 有怪獸 有怪獸 纏著我")
print("有怪獸 大怪獸 醜怪獸 粘著我")
print("一口又一口吃掉 我本來很愉快的生活")
}
func 有怪獸3(){
print("有怪獸 有怪獸 有怪獸 纏著我")
print("有怪獸 大怪獸 醜怪獸 粘著我")
print("再囉哩囉嗦 一腳踹到外太空")
}
func 我是哭是笑(){
print("我是哭是笑是美是醜 到底那一點犯錯")
print("請還給我 讓我自己快樂的自由")
}
有怪獸()
地球上()
穿不穿耳洞()
有怪獸2()
有怪獸3()
我是哭是笑()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment