0% found this document useful (0 votes)
756 views1 page

Python 3.13 (64-Bit)

Uploaded by

yedekhesaptm0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
756 views1 page

Python 3.13 (64-Bit)

Uploaded by

yedekhesaptm0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Python 3.13.0 (tags/v3.13.0:60403a5, Oct 7 2024, 09:38:07) [MSC v.

1941 64 bit
(AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Merhaba Dunya")
Merhaba Dunya
>>> print(Merhaba Dünya)
File "<python-input-1>", line 1
print(Merhaba Dünya)
^^^^^^^^^^^^^
SyntaxError: invalid syntax. Perhaps you forgot a comma?
>>> print(Merhaba Dunya)
File "<python-input-2>", line 1
print(Merhaba Dunya)
^^^^^^^^^^^^^
SyntaxError: invalid syntax. Perhaps you forgot a comma?
>>> mesaj=osurak
Traceback (most recent call last):
File "<python-input-3>", line 1, in <module>
mesaj=osurak
^^^^^^
NameError: name 'osurak' is not defined
>>> print("Merhaba Dunya")

You might also like