Python Forum
I need Help in this problem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need Help in this problem
#3
Do you really mean bython rather than python?

The former is a non-standard implementation of python using braces {} instead of indentation to provide syntax information.

Alternatively, bython is the name of a company that does a number of things including providing training.

python uses indentation:

name = 'gruntfutuk'
for character in name:
  if character == "u":
    print("wow, a 'u' ")
  else:
    print(character)
I am trying to help you, really, even if it doesn't always seem that way
Reply


Messages In This Thread
I need Help in this problem - by Mostafa6687 - Oct-12-2017, 08:57 AM
RE: I need Help in this problem - by buran - Oct-12-2017, 08:58 AM
RE: I need Help in this problem - by gruntfutuk - Oct-12-2017, 04:51 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020