Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Naming Rules | Variables
Introduction to Python | Mobile-Friendly
course content

Kurssisisältö

Introduction to Python | Mobile-Friendly

Introduction to Python | Mobile-Friendly

1. Python Basics
2. Variables
3. Strings

book
Naming Rules

There are several rules for naming variables in Python. These are the following:

  • A variable name must start with a letter or the underscore character, which means a variable name can not begin with a number.

  • A variable name may contain only English letters, numbers, and underscore characters.

  • Variables’ names are case sensitive, i.e., Chapter , chapter , and CHAPTER will be considered three different objects by Python.

question mark

Choose all the acceptable names for variables.

Select the correct answer

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 2. Luku 2

Kysy tekoälyä

expand
ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

course content

Kurssisisältö

Introduction to Python | Mobile-Friendly

Introduction to Python | Mobile-Friendly

1. Python Basics
2. Variables
3. Strings

book
Naming Rules

There are several rules for naming variables in Python. These are the following:

  • A variable name must start with a letter or the underscore character, which means a variable name can not begin with a number.

  • A variable name may contain only English letters, numbers, and underscore characters.

  • Variables’ names are case sensitive, i.e., Chapter , chapter , and CHAPTER will be considered three different objects by Python.

question mark

Choose all the acceptable names for variables.

Select the correct answer

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 2. Luku 2
Pahoittelemme, että jotain meni pieleen. Mitä tapahtui?
some-alt