2 lines
39 B
Python
2 lines
39 B
Python
|
|
from flask import Flask
|
||
|
|
print("Runoob")
|