Save
Pseudocode
Casting
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Monica O'reilly
Visit profile
Cards (4)
Str(3)
returns
“3”
int
(
“3”
) returns
3
float
(
“3.14”
) returns
3.14
Variables
should be
typecast
using
int
,
str
, and
float
functions