Paul Doyle

41%
Flag icon
numbers = [2, 3, 5, 7, 11, 13] ➊ filename = 'numbers.json' ➋ with open(filename, 'w') as f_obj: ➌     json.dump(numbers, f_obj)
Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Rate this book
Clear rating