s =input()
print(s.isalpha(),s.isdigit(),s.isspace(),sep="\n")

print有end参数还有seq参数和R的paste0有点像