Live data from Hacker News

Viewing profile — greendayle

greendayle

HN member
Joined
Mon, Jul 31, 2023, 2:00 PM UTC
HN karma
4
Public activity
2 items

About greendayle

No profile information was provided.

Recent public activity

  1. comment
    Comment #39214690

    import pylab as pb x = np.arange(0, 10, 0.01) pb.plot(x, np.sin(x) pb.show() what do you mean hard?

  2. comment