Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 355 Bytes

File metadata and controls

16 lines (14 loc) · 355 Bytes
layout title categories visible
post
My Python Journey
Python
false

My Python

video Number

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():