GithubHelp home page GithubHelp logo

python-variables-lab-wdc01-dtsc-ft-062220's Introduction

Variables Lab

Introduction

Now that we know about variables, we want to put them to use by associating them with some data. Here, we will be using variables to store information related to a vacation that we would like to go on.

Just as before, we ask you to run the code and ensure that it matches what is commented out.

Learning Objectives

  • Practice variable assignment in Python
  • Practice variable reassignment in Python

Assigning variables

Assign a variable of travel_month equal to the string "January", as that is the month we would like to travel.

travel_month = None

We start by setting the variable equal to the data type None. As we know, None represents the absence of a value. Now we can take care of assigning the variable to something other than None.

travel_month # "January"

Now let's assign a variable equal to the number of weeks that we would like to travel, 3.

number_of_weeks = None
number_of_weeks # 3

UPDATE: we just learned that we can travel for a longer period of time. So, we need to reassign the number_of_weeks variable equal to 5.

number_of_weeks # 5

Now that's more like it.

Summary

Great! In this lab, we were able to get a sense how to store information in variables through assignment and reassignment.

python-variables-lab-wdc01-dtsc-ft-062220's People

Contributors

tkoar avatar jeffkatzy avatar aturkewi avatar cutterbuck avatar

Watchers

 avatar Mohawk Greene avatar Victoria Thevenot avatar Bernard Mordan avatar Otha avatar raza jafri avatar  avatar Joe Cardarelli avatar The Learn Team avatar Sophie DeBenedetto avatar  avatar  avatar Matt avatar Antoin avatar  avatar Alex Griffith avatar  avatar Amanda D'Avria avatar  avatar Ahmed avatar Nicole Kroese  avatar Kaeland Chatman avatar Lisa Jiang avatar Vicki Aubin avatar Maxwell Benton avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.