I am a beginner in programming and I need to write a c# console app that does something (let's suppose writes stars to console) in a loop until user inputs a co
This is my code. I can input, but when I press enter, I get the error. import math x = 13 age = input("Please input your age.") if x < age: print("Nice,
I use poppler library to show pdf file . I can get Qpainter or Qimage .I used Qpixmap::fromImage to show the pdf in QGraphicsView,However, the picture becomes b
Create a program, palindrome.py, that has a function that takes in one string argument and prints a sentence indicating if the text is a palindrome. The functio
I use PHPWORD library to generate .docx document with a simple table. This is the code: require "vendor/autoload.php"; $phpWord = new \PhpOffice\PhpWord\PhpWor
I am trying to write Robot Framework tests using Visual Studio Code. Everything seems promising otherwise, but I am not able to get environment variables passed
Good evening! I am creating simple React app using TS + React Query + Recoil. App is about 'online library'. I would like to create pagination and search input
I got confused when I stumbled upon this code as you don't need to give "y" a value to operate, how does it get its value? f <- function(x) { g <- fun