Julia Vs Python Tutorials - How to Get Data Using Input

Опубликовано: 04 Август 2026
на канале: JCharisTech
606
4

Julia Vs Python Tutorials - How to Get Data Using Input

In this tutorial I will be showing you how to get data using input function in Julia and in Python

Python :
input()
raw_input()

====Julia====
function input(prompt::AbstractString=" ")
print(prompt)
return chomp(readline())
end
###

If you liked the video don't forget to leave a like or subscribe.

If you need any help just message me in the comments, you never know it might help someone else too.


J-security @ JCharisTech