Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
s = input("Enter something please: ") my_func(lambda a: 2*a*a, s)
lambdas
1 Stimme
1 Antwort
3rd Aug 2019, 8:44 AM
Dhyey Badheka
binary = input("Enter number in Binary Format: ") decimal = int(binary, 2) print("\n",binary,"in Decimal =",decimal)
python3
0 Stimmen
2 Antworten
13th Oct 2017, 1:00 PM
Bilal Naeem
operator = input("enter operator (+,-,*,/) : "). Syntax error occurring in this , how to fix it ?
")
(+,-,*,/):
choose
operator
operator=input("please
0 Stimmen
4 Antworten
4th Jan 2022, 4:34 PM
Mahaveer Singh Ranawat
Hey,any one can tell me how to use input function in python. Like input("enter your name")
.
-1 Stimme
2 Antworten
18th Dec 2020, 7:50 AM
RAGE KUNAL
foo = input("enter a number") print("enetered no is:"(foo)). Am getting error how to execute this with an output as.Enterednois
python
variables
0 Stimmen
2 Antworten
20th May 2017, 10:23 AM
sai charan tej
What is the output of this code? >>> word = input("Enter a word: ") Enter a word: cheese >>> print(word + ' shop')
python
1 Stimme
1 Antwort
7th Dec 2018, 7:17 AM
Mr.Waghmare Balkrushana Hanumant
total = 0 while True: # prompt the user to enter a number num = input("Enter a number (or type 'no more' to stop): ")
coding
important
logic
python
-1 Stimme
1 Antwort
26th Dec 2022, 1:15 PM
Udit pratap singh
why when i enter that code get '102' and not 12.0 the code is: input("enter a number: ") + input ("enter another number: ") enter a number: 10 enter another number: 2 why i get '102'. and not 12
float
input
int
python
0 Stimmen
4 Antworten
6th Jul 2016, 9:36 PM
Ahmed Kamal
Ввод и Вывод
")
=
input("enter
please:
print(s)
s
something
-2 Stimmen
2 Antworten
18th Oct 2019, 7:46 AM
Dendy hacker
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Heute heiß
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes