jadecharles8002 jadecharles8002 22-02-2024 Computers and Technology contestada Given the string mystring = "jump over the fence 6", What would be printed by the following code segment? allalpha = mystring.isalpha() print(allalpha)?