| layout | post | |
|---|---|---|
| title | My Python Journey | |
| categories |
|
|
| visible | false |
class Program(Inherit from other): def init(self, *args, **kwargs): self.lang = input("What Language?: ") self.version = float(input("Version?: ")) self.skill = input("What skill level?: ") def sub():