Challenge: User
Uppgift
Swipe to start coding
- Define the
Userclass by theclasskeyword. - The
Userclass should have the__init__method that takes 3 arguments:
self- an instance of the class.
username- user's username.
password- user's password. - The
__init__method should assign arguments to the instance attributes via theselfkeyword. - Create the
bobinstance of theUserclass with any username and password.
Once you've completed this task, click the button below the code to check your solution.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 5
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Suggested prompts:
Sammanfatta detta kapitel
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 2.78
Challenge: User
Svep för att visa menyn
Uppgift
Swipe to start coding
- Define the
Userclass by theclasskeyword. - The
Userclass should have the__init__method that takes 3 arguments:
self- an instance of the class.
username- user's username.
password- user's password. - The
__init__method should assign arguments to the instance attributes via theselfkeyword. - Create the
bobinstance of theUserclass with any username and password.
Once you've completed this task, click the button below the code to check your solution.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 5
single