Skip to content

Instantly share code, notes, and snippets.

@selva86
Created July 1, 2021 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save selva86/5c4817b01842c09bc706d7e71f4fed14 to your computer and use it in GitHub Desktop.
Save selva86/5c4817b01842c09bc706d7e71f4fed14 to your computer and use it in GitHub Desktop.
# 1.
import numpy as np
arr = np.array([1,20,300,4000,50000])
arr
# 2.
T1 = [(1, 10, 10), (2,20), (3,30)]
T2 = [(1, 10), (2,20), (3,30)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment