notebook.community
Edit and run
In [ ]: import date p = (3, 4) x, y = p print(x)
import date p = (3, 4) x, y = p print(x)
In [ ]: