logo

Crowdly

Browser

Add to Chrome

Python Fundamentals

Looking for Python Fundamentals test answers and solutions? Browse our comprehensive collection of verified answers for Python Fundamentals at softserve.academy.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

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%
View this question

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%
View this question

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%
View this question

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?

View this question

What is virtual environment?

View this question

What is Flask?

View this question

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

View this question

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'

View this question

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%
View this question

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

View this question

Want instant access to all verified answers on softserve.academy?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome