phyton bilgisi olan yardım edebilirmi?

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Uzman Üye
Katılım
12 May 2022
Mesajlar
149
Tepki puanı
7
Ödüller
1
Yaş
26
4 HİZMET YILI
1671184694089.png
 
Moderatörün son düzenlenenleri:
Onaylı Üye
Katılım
2 Tem 2021
Mesajlar
57
Tepki puanı
13
Ödüller
4
Yaş
24
4 HİZMET YILI
to fix a missing parenthesis error in a call to the print function in Python, you will need to add the missing parenthesis to the end of the print statement.
for example :
name = "Alice"
print "Hello, " + name

This code will produce a syntax error, because the print statement is missing a closing parenthesis. To fix this error, you will need to add the missing parenthesis like this:

name = "Alice"
print("Hello, " + name)

This will correctly call the print function, and the string "Hello, Alice" will be printed to the console.

I hope this helps!
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst