0
Python _input a string and output the string type
If all characters in the string are alphabetic, output,"alphabetic" if all characters in the string are decimal characters, output "decimal" if all characters in the string are hexadecimal(base 16)characters, output "hexadecimal"
1 Answer