Skip to content

Instantly share code, notes, and snippets.

@pralabhsaxena05
Created March 26, 2021 16:11
Show Gist options
  • Save pralabhsaxena05/6ea1ca7f8f451c46de473f7e4a08872c to your computer and use it in GitHub Desktop.
Save pralabhsaxena05/6ea1ca7f8f451c46de473f7e4a08872c to your computer and use it in GitHub Desktop.
class Student:
name = "Joy",
age = 16,
rollNo = 25
print(dir(Student))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment