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

    For example the first string is "I have", the second string is "US Dollars" and the variable `card.pricè is equal to 300, we can write the code this way: print("I have", card.price, "US …

  2. printer on 'idle' how to fix - HP Support Community - 9440582

    Jul 18, 2025 · Print a Self-Test Page: Load plain white paper in the input tray. From the home screen on the printer control panel, swipe down to open the Dashboard, touch the Setup icon, …

  3. How can I display a JavaScript object? - Stack Overflow

    How do I display the content of a JavaScript object in a string format like when we alert a variable? The same formatted way I want to display an object.

  4. 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?

  5. How do I lighten or darken the print - HP Support Community

    Aug 13, 2025 · To lighten or darken the print output on your HP LaserJet Pro MFP M148fdw, you can adjust the print density settings. Here's how to do it: Method 1: Using the Printer's Control …

  6. why wont my printer print from my computer - HP Support …

    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 – …

  7. Printer is connected to wireless network but won't print

    Jul 3, 2019 · Solved: My printer is connected to the same wireless network as my computer and status from network summary page shows connected and on and ready. - 7159776

  8. printing - How to print a file from VS Code? - Stack Overflow

    Apr 29, 2016 · When you print a markdown file, you probably don't want it printed like a text file when it can be rendered with fonts and proper headings and bullets etc. Support is required for …

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

    21 print is a mistake that has been rectified in Python 3. In Python 3 it is a function. In Python 1.x and 2.x it is not a function, it is a special form like if or while, but unlike those two it is not a …

  10. python - How do I print to console in pytest? - Stack Overflow

    pytest will not print to the console when I use print. The documentation seems to say that it should work by default. I am using pytest my_tests.py to run this test: import myapplication as tum cl...