Adding all last updates to repo
Please add and commit when you change someting!
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
title: 1.3 Hello World mit Flask
|
||||
Erstelle eine kleine Python Datei, zB test.py mit dem Inhalt:
|
||||
|
||||
:::bash
|
||||
vim test.py
|
||||
|
||||
:::python
|
||||
from flask import Flask
|
||||
app = Flask(__name__)
|
||||
|
||||
Reference in New Issue
Block a user