Question Info

This question is public and is used in 5 tests or worksheets.

Type: Multiple-Choice
Category: Business Technology
Level: Grade 11
Tags: Python, Progamming
Author: JenniferCrump
Created: 8 years ago

View all questions by JenniferCrump.

Business Technology Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Grade 11 Business Technology

Which command prints the first character of a string?
  1. print string
  2. print string[1]
  3. print string[0]
  4. print string[0:1]]