You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pluto_classHumannameprivateagefunction__construct(name: string, age: int)
self.name=nameself.age=ageendendlocalh=pluto_newHuman("John", 30)
print(h.name)
print(h.age) -- should be an error or warning
The text was updated successfully, but these errors were encountered:
For example:
The text was updated successfully, but these errors were encountered: