The addition operator is used to add two numbers together and looks like_______ ____ The _____ function displays output on the screen. ____ A _____ is a sequence of characters enclosed in quotes. ____ An _____ is a whole number, without decimals. ____ A _____ is a number that includes a decimal point. ____ A _____ can be either True or False. ____ A _____________ is used to store values for use later in your program.____ The symbol used to assign a value to a variable is the assignment operator and looks like_________. ____ Variables can store data of different __________, such as strings, integers, or floats. ____ _____ is the multiplication operator. ____ ____is the division operator. ____ The floor division operator divides and rounds down to the nearest whole number and looks like_____. ____ The exponentiation operator raises one number to the power of another and looks like____. ____ Look at the following code: first_name = "Ada" last_name = "Lovelace" # Using the + operator to join strings full_name = first_name + " " + last_name print(full_name) Using the addition operator with strings joins them together; this is called ________________________.____ The expression 2 ** 3 evaluates to____________. ____ The expression 10 // 3 evaluates to______. ____ In Python, you can take input from the user using the _________ function. ____ The keyword used to check the type of a value in Python is_______ ____ Text inside quotation marks is known as a_______________. ____

リーダーボード

表示スタイル

オプション

テンプレートを切り替える

自動保存: を復元しますか?