practice.py
377 Bytes
import requests
import time
from bs4 import BeautifulSoup
import json
from selenium import webdriver
def qweq(a):
b = {}
b['mart'] = 'emart'
b['name'] = '삼다수'
b['price'] = 12
c = {}
c['mart'] = 'emart'
c['name'] = '삼다수'
c['price'] = 22
a.append(b)
a.append(c)
print(len(a))
a = ['asas', 'asas']
qweq(a)
print(a)