0
How to do dis?
How can i do this(this should be the output page)? 32 is the answer I can't figure it out. Help please! If this question is done b4 pls lemme know.
9 Respuestas
+ 1
I believe you may say that you want to print the number 32, or whatever you want to do with it, but you don't want it to be a type integer. If this is not what you mean, please correct me, but if it is, here is what I suggest: firstly, if your trying something and isn't working, try doing type() of whatever you want in the parentheses, and it will tell you what type of text you have got. If you just want to know how to print 32 as string, you can do print(str(32)), as this will convert it to string.
Hope this helps (and please tell me if I have got the wrong idea of what your question is!).
+ 1
Your question is incomplete I think write it in clear way
+ 1
Shubhadeep Saha you can write this -
print(f'{b} Degree Fahrenheit')
Instead of line 6, 7 and 8.
+ 1
BTW that was also right but you can write short
0
I just want to print some text beside an integer
0
In here i wanna paste the text beside my answer
0
But how
0
Um.. my -3iq brain got sumthing else