KwickClips Python · 44 sec · free
Can your own file be a module?
Short answer. Yes. Any Python file is a module.
What does shop.gst(200) give?
36.0, which is 18% of 200.
Two files, one folder
| shop.py holds def gst(price) |
| main.py sits in the same folder |
| main.py: import shop |
| shop.gst(200) gives 36.0 |
Remember
| Any .py file is a module |
| Keep files in the same folder |
Can your own file be a module? Yes. Save a G S T function in shop.py. Keep main.py in the same folder. In main.py, import shop. Shop dot G S T of two hundred gives thirty six. Any Python file is a module. Keep both in one folder.
This clip is from the full lesson: Python Modules: math, random and statistics — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science Essentials (083), CBSE Class 12 Computer Science (083), CBSE Class 12 Computer Science (083)
More KwickClips from this lesson
Why did sqrt give a NameError?40 sec
What is math.ceil(-4.2)?43 sec
Can randrange(1, 6) give 6?40 sec
What does median() do?42 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

