5 lines
58 B
Python
5 lines
58 B
Python
import math
|
|
|
|
def main(request):
|
|
return "hello, world"
|
import math
|
|
|
|
def main(request):
|
|
return "hello, world"
|