# Python Test 程式碼測試 利用 HackMD 建立程式碼和分享記錄 ``` Python import random #start for i in range(6): number = random.randint(1, 49) print(number) ```