LoslegenKostenlos loslegen

Creating different types of variables

Variables in Python hold a value that may consist of varying data types. Variable names can contain letters, underscores, and numbers.

Let's create three types of Python variables that might be useful in finance.

Diese Übung ist Teil des Kurses

Introduction to Python for Finance

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Create company_1
company_1 = ____
print(company_1)
Code bearbeiten und ausführen