Foundations-of-Programming-Python 試験問題を無料オンラインアクセス

試験コード:Foundations-of-Programming-Python
試験名称:Foundations of Programming (Python) - E010 JIV1
認定資格:WGU
無料問題数:62
更新日:2026-08-26
評価
100%

問題 1

A program needs to update all values in a list by adding 5 to each number. Which for loop structure accomplishes this task?

問題 2

Complete the function calculate_tip(bill, tip_percent) that calculates and returns the tip amount based on the bill and tip percentage.
For example, calculate_tip(50, 20) should return 10.0.
def calculate_tip(bill, tip_percent):
# TODO: Calculate and return the tip amount
pass

問題 3

How does Jupyter Notebook function as a development environment?

問題 4

Fix the indentation error in this function that should return a greeting message.
def greet(name):
return " Hello " + name

問題 5

Which components are required in every Python while loop?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。