Advertisement
busolaA

ASSESSMENT WEEK 1

Mar 31st, 2021
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. "list_ of_ names" == ["busola, amaka, mary, lanre, toyosi"]
  2. "list_of_names" == 'busola'
  3. print ('hello, my name is busola')
  4. "list _ of_ complexion" == ['dark, light, fair']
  5. "list_of_complexion" == "fair"
  6. print ('I am fair in complexion')
  7. "list_of_programming languages" ==['python, java, kotlin, android']
  8. "list_of_programming languages" == ['python']
  9. print ('I love python programming language')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement