logo

Crowdly

Browser

Додати до Chrome

Python Fundamentals

Шукаєте відповіді та рішення тестів для Python Fundamentals? Перегляньте нашу велику колекцію перевірених відповідей для Python Fundamentals в softserve.academy.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

In root folder of project two files are located. There are helloFile.txt with some text and main.py with the next script.

Image failed to load

What we obtain as result of script execution?

100%
0%
0%
0%
Переглянути це питання

In root folder of project only one file is located. It contains the next script

Image failed to load

What we obtain as result of its execution?

0%
0%
0%
0%
Переглянути це питання

In root folder of project two files are located. There are helloFile.txt with some text and main.py with the next script.

Image failed to load

What we obtain as result of script execution?

0%
0%
0%
0%
Переглянути це питання

In root folder of project only one file is located. It contains the next script

Image failed to load

What we obtain as result of its execution?

Переглянути це питання

What is virtual environment?

Переглянути це питання

What is Flask?

Переглянути це питання

What is app.config['SQLALCHEMY_DATABASE_URI'] used for?

Переглянути це питання

In Flask, we can use two Route URLs that has the same name

@app.route('/edit', methods=['GET','POST'])

def FirstEdit():

return 'First Edit'

@app.route('/edit', methods=['GET','POST'])

def SecondEdit():

return 'Second Edit'

Переглянути це питання

In flask, we can have two view functions with the same name.

@app.route('/edit')

def show():

return 'edit post'

@app.route('/show')

def show():

return 'show post'

0%
0%
0%
Переглянути це питання

In flask, we can have more than one url routes for one function.

Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на softserve.academy?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome