Skip to main content

OOP Learning Example by Oakzkin

Project description

This is example of oop (class) in python for beginner

วิธีติดตั้ง

เปิด CMD / Terminal

pip install oakschool

How to use

เปิด IDLE ขึ้นมาแล้วพิมพ์...

from oakschool import Student, SpecialStudent
print('-----------------Day 1-------------------')
student0 = SpecialStudent('Mark','Bill Gates')
student0.NeedExp()
student0.ShowExp()

student1 = Student('Albert')  # st is object // this line is using class
print(student1.name)
student1.Hello()


print('-----------------------------------------')

student2 = Student('Steve')

print(student2.name)
student2.Hello()

print('-----------------Day 2--------------------')
print('Who wanna coding? (get 10 exp)')
print(student1.name)
student1.AddExp(10)


print('-----------------Day 3--------------------')
print('Each your exp is :')
print(student1.name, student1.exp)
print(student2.name, student2.exp)

print('-----------------Day 4--------------------')
for i in range(5):
    student2.Coding()

student1.ShowExp()
student2.ShowExp()

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oakschool-0.1.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file oakschool-0.1.tar.gz.

File metadata

  • Download URL: oakschool-0.1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0

File hashes

Hashes for oakschool-0.1.tar.gz
Algorithm Hash digest
SHA256 57783267d39823cc3fd4f57720ea4527ef0bbfc09880e49014e2facec8447aa9
MD5 5b202460e10cd2ec2f048e26f406ffa6
BLAKE2b-256 dbe77b1ed40fdf72d305bd364af5e443815df411bfb522f812d6bd77d602c8ba

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page