Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- num = int(input())
- courses = []
- for i in range(num):
- courses.append(input())
- print(courses)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement