Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. * [context......
  2.  
  3. list = [i[3].capitalize() for i in list]
  4.  
  5. list = [ "* [context......", "* [context1......" ]
  6.  
  7. for x in list:
  8.  
  9. print(x[:3] + x[3].capitalize() + x[4:])
  10.  
  11. * [Context......
  12. * [Context1......
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement