About 4,890,000 results
Open links in new tab
  1. printing - Print variable and a string in python - Stack Overflow

    print("I have", card.price, "US Dollars") The print() function outputs strings to the screen. The comma lets you concatenate and print strings and variables together in a single line of code.

  2. why wont my printer print from my computer - HP Support Community

    Mar 16, 2025 · Clear Print Queue – In Control Panel > Devices and Printers, right-click your printer, select See what's printing, and cancel any stuck jobs. Run HP Print and Scan Doctor – Download …

  3. What is 'print' in Python? - Stack Overflow

    In Python 2, print is a statement, which is a whole different kind of thing from a variable or function. Statements are not Python objects that can be passed to type(); they're just part of the language …

  4. printer keeps asking for recipients fax number for reg print job

    Feb 6, 2025 · Trying to print an invoice and after hitting print a window pops up asking for recipients fax number for just a print job.

  5. My second page is upside down to my first page. How do I fix it?

    Feb 5, 2025 · Suddenly, when I print from my computer, the second page is 180 degrees rotated from my first page when printing on both sides. How do I make all may pages have the same orientation …

  6. my printer has ink but is printing blank pages

    Jun 18, 2024 · My printer has ink in it but everytime i print, the pages are blank. How can i fix this?

  7. When I want to print, I am asked for a fax number. I do not... - HP ...

    Feb 1, 2025 · Greetings, When I try to print, I am asked for a fax number, even though I am not trying to send a fax. If I press the PRINT button, I get a message that the printer failed. I just want to print a …

  8. python - What is print (f"...") - Stack Overflow

    Jul 22, 2019 · I am reading through a python script that takes an input of XML files and outputs an XML file. However, I do not understand the printing syntax. Can someone please explain what f in …

  9. All button lights and all functions on screen flashing

    Dec 30, 2024 · Hi @ColLudlow Welcome to HP Support Community. Thank you for posting your query, I will be glad to help you. It sounds like your HP Smart Tank 7000 printer is experiencing an issue …

  10. What is the difference between print and print() in python 2.7

    Nov 30, 2015 · This in mainly a complement to other answers. You can see in Python 2 scripts print (var) when the normal usage would be print var. It uses the fact that (var) is just a parenthesed …