Advertisement
Gowwa

Untitled

Jul 4th, 2019
802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. g = "wait for the waiter at the table"
  2. s = g.find("w")
  3. f = g[s:]
  4. q = f.find(" ")
  5. v = f.find("w")
  6. x = f[v:q]
  7. print(x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement