python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
New line and whitespace at the end of a string
Task
Write multiple if statements:
If car_year is 1969 or earlier, print "Few safety features."
If 1970 or later, print "Probably has seat belts."
If 1990 or later, print "Pr...

Quayshaun Williams
Votes: 0
Answers: 3
Python - the meaning of "!"
While studying Python, I run the following example code regarding function.wrap.
def trace(func):
def wrapper(*args, **kwargs):
result = func(*args, **kwargs)
print(f'{func.__name_...
Lee na-hyeon
Votes: 0
Answers: 0
Using print() function in R to print dashed lines (not in graphs)
I can use print(70*"_") in python to output dashed line as a separator between results.
Now how can I output the same results in R.
Mohamed_Fergany
Votes: 0
Answers: 2
problem with browsers Firefox and Chrome when printing a page?
I've faced a weird behavior from browsers like Firefox & Chrome when I want to print a page where there is a table with a fixed height 500px sometimes browser remove the height completely (Chrome...

XMehdi01
Votes: 0
Answers: 1