Weak Type Ability for Python

Grant Edwards grant.b.edwards at gmail.com
Wed Apr 12 15:22:44 EDT 2023


On 2023-04-12, Ali Mohseni Roodbari <ali.mohseniroodbari at gmail.com> wrote:
> Hi all,
> Please make this command for Python (if possible):
>
>>>> x=1
>>>> y='a'
>>>> wprint (x+y)
>>>> 1a

If that's what you want, use PHP or some other language. Don't try to ruin Python.

> In fact make a new type of print command which can print and show strings
> and integers together.




More information about the Python-list mailing list