Skip to content
Sign UpLog In
Profile icon

Ian Riley

@IanRiley1
Repls
Community
IanRiley1
IanRiley1
shared a Post
5 years ago
Check for Syntax Errors
Hello, I've been very interested in incorporating repl.it into our classrooms at my university. However, something that I've noticed is that there doe
AdhavElumalai
AdhavElumalai
import random if random.uniform(0, 101) <= 20: attack_damage *= 2 1 year ago
Bobanbusiness
Bobanbusiness
can someone fix this? its discord.js: TypeError: Cannot read property 'id' of undefined at Object.run (/home/runner/V13-1/commands/moderation/kick.js:40:17) at Client. (/home/runner/V13-1/index.js:94:17) at Client.emit (node:events:394:28) at MessageCreateAction.handle (/home/runner/V13-1/node_modules/discord.js/src/client/actions/MessageCreate.js:23:14) at Object.module.exports [as MESSAGECREATE] (/home/runner/V13-1/nodemodules/discord.js/src/client/websocket/handlers/MESSAG1 year ago
Maria-Fernan109
Maria-Fernan109
import java.util.Scanner; public class Main { public static void main(string[] args) { Scanner sc = new Scanner (System.in); String cadena; System.out.println("Introduce un nombre:"); Cadena = sc.nextLine(); System.out.println("Buenos Días" + cadena); } } 2 years ago