- 1
How to create page
Please send syntax
7 Answers
+ 4
You need to specify what you mean.
What page?
Do you mean a webpage? I wouldnât try writing a webpage in Python
+ 3
What? I have no clue what you are talking about
+ 2
Do you mean having different .py files and linking all of them into one program?
For example: If you have a example.py file and a xyz.py file and you want to use some function or variable of xyz.py file into example.py file. To do so, you can simply import the xyz.py file into your example.py file and then use it.
0
Page in apps
0
When we open any app we see interface,and click on any button then new page is appear for that purpose which syntax is used
- 1
Different pages in a program like interface, etc.