FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Initial commit · ramprasad2018/pythonProject@e664d9c · GitHub
ramprasad2018
/
pythonProject
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commit
e664d9c
Browse files
Browse the repository at this point in the history
Browse files
ramprasad2018
committed
Initial commit
0 parents commit
e664d9c
Copy full SHA for e664d9c
1 file changed
+7
Lines changed: 7 additions & 0 deletions
File tree
Expand file tree
Collapse file tree
Open diff view settings
Filter options
main.py
Expand file tree
Collapse file tree
Open diff view settings
Collapse file
main.py
Copy file name to clipboard
+7
Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -0,0 +1,7 @@
1
+
from
flask
import
Flask
2
+
3
+
app
=
Flask
(
__name__
)
4
+
5
+
@
app
.
route
(
"/"
)
6
+
def
hello_world
():
7
+
return
"<p>Hello, World!</p>"
0 commit comments
Comments
0
(0)
Back
|
FazBrowse Home
|
New Git URL
0 commit comments