不要再直接用美麗的湯了...pyquery都直接用css selector了。 然後這種問題,我個人偏愛先找出要找的index,然後去做slice。 from...
import requests def foodpanda( city_name): #建立縣市相對應網址字典 city = {"台北...
collections的Counter很好用 import random from collections import Counter numbers =...
打掉重練……… import random r = [0 for _ in range(6)] for _ in range(100): r[ran...