Commit 8d2ae335 by BellCodeEditor

save project

parent 7a96aeaa
Showing with 6 additions and 0 deletions
def get_input(self)
self.name= self.e1.get()
self.password1 = self.e2.get()
self.password2= self.e3.get()
return self.name, self.password1, self.password2
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment