Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Test a class function via "unittest "
Post: Test a class function via "unittest "

import unittest #from employee113 import Employee class Employee(): """a class for show employee""" def __init__(self,first_name,last_name,salary): self.first = first_name self.last = last_name...
Penguin827 General Coding Help 1 1,646 Jul-10-2020, 07:49 AM
    Thread: len() function, numbers doesn't work with Geany Editor
Post: RE: len() function, numbers doesn't work with Gean...

(May-08-2020, 02:42 AM)Penguin827 Wrote: HI all, i am a beginner and study python via Geany. I encounter the below issues. when i input the code in Geany and run the program,the geany show nothing...
Penguin827 General Coding Help 3 3,049 May-08-2020, 03:13 AM
    Thread: len() function, numbers doesn't work with Geany Editor
Post: len() function, numbers doesn't work with Geany Ed...

HI all, i am a beginner and study python via Geany. I encounter the below issues. when i input the code in Geany and run the program,the geany show nothing E.g name=["Karen","John",May","Philips") ...
Penguin827 General Coding Help 3 3,049 May-08-2020, 02:42 AM

User Panel Messages

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