Skip to content
ReePrime
Loading formats...

Lecture 25: Statement vs Expression in Python

N
Nafees AI Lab

19 views • May 14, 2025

Description

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.