What is Nostr?
GoLowCrypto
npub17pe…rjw2
2023-02-01 15:19:26

GoLowCrypto on Nostr: How jack created the profiles:😂 class TwitterProfile: def __init__(self, name, ...

How jack created the profiles:😂

class TwitterProfile:
def __init__(self, name, handle, bio, profile_pic):
self.name = name
self.handle = handle
self.bio = bio
self.profile_pic = profile_pic

def display(self):
print("Name:", self.name)
print("Handle: @" + self.handle)
print("Bio:", self.bio)
print("Profile Picture:", self.profile_pic)

profile = TwitterProfile("John Doe", "johndoe", "Software Engineer and Tech Enthusiast", "johndoe.jpg")
profile.display()
Author Public Key
npub17pe8vc5yec2vga6xalkrljummawvq5lysyp5eue03xqfg9hcc37qzcrjw2