Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 303 Bytes

variables.md

File metadata and controls

12 lines (8 loc) · 303 Bytes

Strings & Variables

Using the variable fruit = "strawberry" print the following:

  1. Best fruit is: strawberry
  2. Yes, strawberry. Only strawberry
  3. Hello, my name is Mr. Strawberry
  4. fruit = 'strawberry'

Solution

Click here to view the solution.