Kitti Profile by kittiislearningpython
Project description
PyPi: https://pypi.org/project/kittiprofile/
เป็น Package ที่อธิบาย Profile ส่วนตัว
วิธีติดตั้ง
เปิด CMD / Terminal
pip install kittiprofile
วิธีใช้งานแพ็คเพจนี้
เปิด IDLE ขึ้นมาแล้วพิมพ์…
my = Profile('Kong')
my.company = 'PSU'
my.hobby = ['Fishing ','Running','Sleeping']
print(my.name)
my.show_email()
my.show_myart()
my.show_hobby()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kittiprofile-0.0.1.tar.gz
(3.2 kB
view hashes)