Lecture 25: Statement vs Expression in Python

visibility 19 tontonan schedule 1 tahun yang lalu timer 3:23
open_in_new Dailymotion
In AI programming, statements are instructions that cause actions to be performed, while expressions are pieces of code that evaluate to a value. Statements don't typically return a value, whereas expressions do.