Print statement

2020-01-28 Thread L A Smit
Please help me with this. squares =input("\nSquares: ") print(float((squares) *float(.15)) *(1.3)) Cant print answer. print(float((squares) * float(.15)) *(1.3)) TypeError: can't multiply sequence by non-int of type 'float' Thx L Smit -- https://mail.python.org/mailman/listinfo/python-lis

pyinstaller

2020-01-15 Thread L A Smit
Hi New to programming. Please can u help me. I have python 3.7 installed on linux peppermint 10 and pyinstaller 3.6 but dont know how to run pyinstaller or how to install it on the correct diectory. Thx L Smit -- https://mail.python.org/mailman/listinfo/python-list

Front end

2019-12-28 Thread L A Smit
Hi Don't know if this is the correct subject but i want a program like an invoice, You make an invoice and save it and the next one is ready to use. I am completely new to programming and want this program for myself. I want to use python to do it. Have already build the program but don't k