hôm nay rảnh dạo google.com học cách viết script open webbrowser = python at the same time
Q or ai ddo' co' rành python chỉ cách viết sao mà open same webbrowser like "http://www.google.com" at the same time đuọc không ?? thi' du.: test nếu 1,000 ngụi open www.google.com at the same time th́ có chậm khong , server co' handle no^?i kho^ng … mi`nh ca^`n for different webbrowser.
thank you
-------------
cộp dê đuọc cái này nhưng put in for loop th́ đâu phải open at the same time
import webbrowser
url="http://www.google.com";
for x in range(10):
webbrowser.open(url);