Jump to content

Search the Community

Showing results for tags 'program'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Hello this is Gulshan Negi Well, I am writing a program for finding sum of natural numbers but it shows some error at the time of execution. Source Code: n = int(input("Enter the number:" )) sum=0 if n > 1: for i in range(1,n+1): sum+=i: print("The sum of all natural number upto",n,"is ",sum) else: print("Please Enter a value greater than 1") I also checked and took teference from here, but i don't know what I am missing here. Can anyone give their suggestions on this. Thanks
  2. taskkill /f /im $(OUTPUTFILENAME) 2>1 || exit /B 0
×
×
  • Create New...