If you cannot see, please allow pop-ups.
もしも見られない場合はポップアップの許可をしてくだい。
import webbrowser
check = input()
lcheck = list(check)
out = 1
for i in range(1,len(lcheck)+1):
out = out*ord(lcheck[i-1])
check_s = int(out/100000)
webbrowser.open("https://spinphys.riken.jp/NPSQT/participants/"+str(check_s)+".html")