So... I tried to get what my string starts with and I tried to see if I can get what my string starts with, with the startswith
function. But as I'm trying to use startswith
function it just returning True or False.
This is how I tried:
str1 = "sdf fds dfs"
str1.startswith()