Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code showing no reults
#2
you need to use curly braces
print('Fraud Cases {}'.format(len(Fraud)))
print('Valid Cases {}'.format(len(Valid)))
for more info https://docs.python.org/3/library/string...ing-syntax
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Code showing no reults - by ayaz786amd - Dec-10-2018, 09:57 AM
RE: Code showing no reults - by buran - Dec-10-2018, 10:03 AM

Forum Jump:

User Panel Messages

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