Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, August 29, 2019

DataCamp Creating variables Sample Solution


# Create company_1

company_1 = 'Apple'

print(company_1)


# Create year_1

year_1 = 2017

print(year_1)


# Create revenue_1

revenue_1 = 229.23

print(revenue_1)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts