79301939

Date: 2024-12-23 00:51:38
Score: 3
Natty:
Report link

in the main funtion just write - from student import Student. It is - from 'Filename' import 'Classname'

So

def main(): print("is workign") from student import Student temp = Student("50") ## I want to create the object of class Student and send an attribute

if name == 'main': main()

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aryah Babu