Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: > Hi everybody, > > For school i need to write the right code to get the following outcome. > Can someone help me with this > I can't find a solution to link the word high to 1.21. > > 11 print(add_vat(101, 'high')) > 12

phyton

2019-09-10 Thread tim.gast--- via Python-list
Hi everybody, For school i need to write the right code to get the following outcome. Can someone help me with this I can't find a solution to link the word high to 1.21. 11 print(add_vat(101, 'high')) 12 print(add_vat(101, 'low')) Outcome: 122.21 110.09 Thanks! -- https://mail.python.org

Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 14:45:58 UTC+2 schreef inhahe: > On Tue, Sep 10, 2019 at 8:41 AM Pankaj Jangid > wrote: > > > tim.g...@quicknet.nl writes: > > > > > For school i need to write the right code to get the following outcome. > > > Can someone help me with this > > > I can't find a so

Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 14:36:13 UTC+2 schreef Pankaj Jangid: > tim.g...@quicknet.nl writes: > > > For school i need to write the right code to get the following outcome. > > Can someone help me with this > > I can't find a solution to link the word high to 1.21. > > > > 11 print(add_vat(

Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: > Hi everybody, > > For school i need to write the right code to get the following outcome. > Can someone help me with this > I can't find a solution to link the word high to 1.21. > > 11 print(add_vat(101, 'high')) > 12

Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: > Hi everybody, > > For school i need to write the right code to get the following outcome. > Can someone help me with this > I can't find a solution to link the word high to 1.21. > > 11 print(add_vat(101, 'high')) > 12