Python Tutorial - Make DECISIONS in your code with conditionals

preview_player
Показать описание
Learn how to make decisions in your code using conditional statements in Python. Explore more Python courses and advance your skills on LinkedIn Learning:

This is an excerpt from "Learning Python," a course on LinkedIn Learning taught by Joe Marini. Joe is a senior developer advocate at Google and has worked in the web and software industries for more than 20 years.

Learning Python

#Python
#HowTo
#LinkedIn
Рекомендации по теме
Комментарии
Автор

I cannot figure out how to take string user input and convert it to an integer, so I can assign different values to various inputs and use the integers to use for making decisions

jackolantern