Python Programming - Type Conversion | Episode 8 | Tutorial for Beginner

preview_player
Показать описание
Halo you, my name is Damario sujono. I’m a full-time data analyst and content creator. Welcome to my tutorial about Python. I’m going to show you all types of conversion in Python.

There are times when you want to convert the value from integer to string or from string to number.

Like, comment, and share if you find this useful.
That means a lot to me.
Рекомендации по теме
Комментарии
Автор

nice :) i am wondering if it will cost any effiency if you use "hello " + "world" instead of f"{'Hello'} {'World'}"

Doggy_Styles_Coding